home *** CD-ROM | disk | FTP | other *** search
Text File | 2005-02-07 | 43.7 KB | 1,583 lines |
- object frmServerIdentitySettings: TfrmServerIdentitySettings
- Left = 451
- Top = 245
- HelpContext = 1630
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Server/Identity settings'
- ClientHeight = 405
- ClientWidth = 618
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object OptEntriesLabel: TTntLabel
- Left = 122
- Top = 386
- Width = 87
- Height = 13
- Caption = '* = optional entries'
- Visible = False
- end
- object SettingsPC: TTntDialogPageControl
- Left = 124
- Top = 0
- Width = 497
- Height = 372
- ActivePage = NewsserverTab
- MultiLine = True
- Style = tsButtons
- TabOrder = 1
- OnChange = SettingsPCChange
- HideBorders = True
- object NewsserverTab: TTntTabSheet
- Caption = 'Newsservers'
- ImageIndex = 5
- TabVisible = False
- object Beveles1: TBevelesU
- Left = 4
- Top = 0
- Width = 481
- Height = 313
- Shape = bsFrame
- Caption = 'Newsserver settings'
- BorderWidth = 0
- end
- object Label71: TTntLabel
- Left = 8
- Top = 320
- Width = 473
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Settings on this page are applied immediately, even if you click' +
- ' Cancel afterwards!'
- WordWrap = True
- end
- object Label2: TTntLabel
- Left = 20
- Top = 20
- Width = 83
- Height = 13
- Caption = '&Available servers:'
- FocusControl = ServerLB
- end
- object ServerLB: TTntListBox
- Left = 20
- Top = 36
- Width = 157
- Height = 213
- ItemHeight = 13
- TabOrder = 0
- OnClick = ServerLBClick
- end
- object ServerNewBtn: TMMTNTBItBtn
- Left = 20
- Top = 256
- Width = 73
- Height = 25
- Caption = ' &New'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = ServerNewBtnClick
- end
- object ServerDeleteBtn: TMMTNTBItBtn
- Left = 100
- Top = 256
- Width = 79
- Height = 25
- Caption = '&Delete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = ServerDeleteBtnClick
- end
- object ServerRenameBtn: TMMTNTBItBtn
- Left = 20
- Top = 284
- Width = 73
- Height = 25
- Caption = '&Rename'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = ServerRenameBtnClick
- end
- object ServerSettings: TPanel
- Left = 188
- Top = 12
- Width = 293
- Height = 217
- BevelOuter = bvNone
- Enabled = False
- TabOrder = 1
- object Label36: TTntLabel
- Left = 8
- Top = 8
- Width = 77
- Height = 13
- Caption = 'Selected server:'
- end
- object Label3: TTntLabel
- Left = 8
- Top = 36
- Width = 25
- Height = 13
- Caption = '&Host:'
- FocusControl = ServerHost
- end
- object Label4: TTntLabel
- Left = 8
- Top = 60
- Width = 22
- Height = 13
- Caption = '&Port:'
- end
- object Label34: TTntLabel
- Left = 8
- Top = 84
- Width = 51
- Height = 13
- Caption = '&Username:'
- FocusControl = Username
- end
- object Label35: TTntLabel
- Left = 8
- Top = 108
- Width = 49
- Height = 13
- Caption = 'Pass&word:'
- FocusControl = Password
- end
- object Label38: TTntLabel
- Left = 8
- Top = 132
- Width = 61
- Height = 13
- Caption = 'A&llwd. conn.:'
- end
- object Password: TTntEdit
- Left = 114
- Top = 100
- Width = 170
- Height = 21
- MaxLength = 40
- PasswordChar = '*'
- TabOrder = 3
- OnChange = OneServerSettingsChanged
- end
- object Username: TTntEdit
- Left = 114
- Top = 76
- Width = 170
- Height = 21
- MaxLength = 40
- TabOrder = 2
- OnChange = OneServerSettingsChanged
- end
- object ServerHost: TTntEdit
- Left = 114
- Top = 28
- Width = 170
- Height = 21
- MaxLength = 199
- TabOrder = 0
- OnChange = OneServerSettingsChanged
- end
- object ServerSSL: TtntAutoSizeCheckBox
- Left = 179
- Top = 56
- Width = 43
- Height = 17
- Hint = 'Default port for NNTP (SSL) is 563'
- Caption = 'SSL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = OneServerSettingsChanged
- end
- object ServerPort: tMMjvspinedit
- Left = 114
- Top = 52
- Width = 57
- Height = 21
- Cursor = crIBeam
- MaxValue = 100000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 1.000000000000000000
- TabOrder = 1
- OnChange = OneServerSettingsChanged
- end
- object AllowedConnectionsSE: tMMjvspinedit
- Left = 114
- Top = 124
- Width = 57
- Height = 21
- Cursor = crIBeam
- MaxValue = 10.000000000000000000
- MinValue = 1.000000000000000000
- Value = 2.000000000000000000
- TabOrder = 4
- OnChange = OneServerSettingsChanged
- end
- end
- object ServersUpBtn: TMMTNTBItBtn
- Left = 99
- Top = 284
- Width = 38
- Height = 25
- Caption = '&Up'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = ServersUpBtnClick
- end
- object ServersDownBtn: TMMTNTBItBtn
- Left = 138
- Top = 284
- Width = 41
- Height = 25
- Caption = 'Do&wn'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnClick = ServersDownBtnClick
- end
- object BtnImport: TMMTNTBItBtn
- Left = 188
- Top = 256
- Width = 109
- Height = 25
- Caption = '&Import'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = BtnImportClick
- end
- end
- object IdentityTS: TTntTabSheet
- Caption = 'Identities'
- ImageIndex = 5
- TabVisible = False
- object Label8: TTntLabel
- Left = 8
- Top = 0
- Width = 90
- Height = 13
- Caption = '&Available identities:'
- FocusControl = IdentitiesLB
- end
- object IdentitiesLB: TTntListBox
- Left = 132
- Top = 0
- Width = 145
- Height = 61
- ItemHeight = 13
- TabOrder = 0
- OnClick = IdentitiesLBClick
- end
- object IdentitiesNewBtn: TMMTNTBItBtn
- Left = 292
- Top = 2
- Width = 81
- Height = 25
- Caption = ' &New '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = IdentitiesNewBtnClick
- end
- object IdentitiesDeleteBtn: TMMTNTBItBtn
- Left = 380
- Top = 34
- Width = 85
- Height = 24
- Caption = '&Delete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = IdentitiesDeleteBtnClick
- end
- object IdentitiesRenameBtn: TMMTNTBItBtn
- Left = 292
- Top = 34
- Width = 81
- Height = 24
- Caption = '&Rename'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = IdentitiesRenameBtnClick
- end
- object PageControl1: TTntPageControl
- Left = 4
- Top = 68
- Width = 485
- Height = 293
- ActivePage = TabSheet7
- TabOrder = 5
- object TabSheet7: TTntTabSheet
- Caption = 'Message headers'
- object Beveles2: TBevelesU
- Left = 4
- Top = 132
- Width = 465
- Height = 129
- Shape = bsFrame
- BorderWidth = 0
- end
- object Label23: TTntLabel
- Left = 8
- Top = 12
- Width = 54
- Height = 13
- Caption = 'Your name:'
- FocusControl = Yourname
- end
- object Label24: TTntLabel
- Left = 8
- Top = 36
- Width = 66
- Height = 13
- Caption = 'Organization*:'
- FocusControl = Organization
- end
- object Label9: TTntLabel
- Left = 8
- Top = 68
- Width = 151
- Height = 13
- Caption = 'Email address used for postings:'
- end
- object Label26: TTntLabel
- Left = 228
- Top = 12
- Width = 73
- Height = 13
- Caption = 'Def. signature*:'
- end
- object Label27: TTntLabel
- Left = 228
- Top = 36
- Width = 41
- Height = 13
- Caption = 'Sender*:'
- end
- object Label64: TTntLabel
- Left = 8
- Top = 92
- Width = 177
- Height = 17
- AutoSize = False
- Caption = 'Email address used for emails*:'
- WordWrap = True
- end
- object Label19: TTntLabel
- Left = 295
- Top = 170
- Width = 3
- Height = 13
- Caption = ':'
- end
- object Label5: TTntLabel
- Left = 12
- Top = 172
- Width = 94
- Height = 13
- Caption = 'Default X-Headers*:'
- end
- object Label33: TTntLabel
- Left = 316
- Top = 240
- Width = 97
- Height = 13
- Caption = '(e.g. mydomain.com)'
- end
- object Bevel1: TBevel
- Left = 63
- Top = 196
- Width = 50
- Height = 50
- end
- object XFaceImage: TImage
- Left = 64
- Top = 197
- Width = 48
- Height = 48
- end
- object Label63: TTntLabel
- Left = 16
- Top = 196
- Width = 41
- Height = 13
- Caption = 'X-Face*:'
- end
- object Label25: TTntLabel
- Left = 8
- Top = 116
- Width = 117
- Height = 13
- Caption = 'Reply-To email address*:'
- FocusControl = ReplyTo
- end
- object Label22: TTntLabel
- Left = 295
- Top = 146
- Width = 3
- Height = 13
- Caption = ':'
- end
- object Label37: TTntLabel
- Left = 12
- Top = 148
- Width = 109
- Height = 13
- Caption = 'Other default headers*:'
- end
- object GenerateMSGIDFrom: TtntAutoSizeCheckBox
- Left = 216
- Top = 220
- Width = 93
- Height = 17
- Caption = 'Generate from:'
- TabOrder = 14
- OnClick = FQDNChange
- end
- object Organization: TTntEdit
- Left = 80
- Top = 28
- Width = 141
- Height = 21
- TabOrder = 1
- OnChange = OneIdentitySettingChange
- end
- object Email: TTntEdit
- Left = 208
- Top = 60
- Width = 245
- Height = 21
- TabOrder = 4
- OnChange = OneIdentitySettingChange
- end
- object IdentityDefaultSignature: TTntComboBox
- Left = 332
- Top = 4
- Width = 121
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 2
- OnChange = OneIdentitySettingChange
- end
- object SSender: TTntEdit
- Left = 332
- Top = 28
- Width = 121
- Height = 21
- TabOrder = 3
- OnChange = OneIdentitySettingChange
- end
- object EmailEmail: TTntEdit
- Left = 208
- Top = 84
- Width = 245
- Height = 21
- Hint = 'If empty, the same is used.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnChange = OneIdentitySettingChange
- end
- object DefaultHeadersCB: TTntComboBox
- Left = 132
- Top = 164
- Width = 157
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 9
- OnChange = DefaultHeadersCBChange
- end
- object DefaultHeadersContent: TTntEdit
- Left = 304
- Top = 164
- Width = 153
- Height = 21
- TabOrder = 10
- OnChange = DefaultHeadersContentChange
- end
- object OwnMsgIds: TtntAutoSizeCheckBox
- Left = 208
- Top = 196
- Width = 168
- Height = 17
- Caption = 'Dialog generates Message-IDs'
- TabOrder = 13
- OnClick = FQDNChange
- end
- object FQDN: TTntEdit
- Left = 316
- Top = 216
- Width = 141
- Height = 21
- TabOrder = 15
- OnChange = FQDNChange
- end
- object Button2: TMMTNTBItBtn
- Left = 120
- Top = 200
- Width = 73
- Height = 21
- Caption = 'Load...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 11
- OnClick = Button2Click
- end
- object Button3: TMMTNTBItBtn
- Left = 120
- Top = 224
- Width = 73
- Height = 21
- Caption = 'Clear'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 12
- OnClick = Button3Click
- end
- object Yourname: TTntEdit
- Left = 80
- Top = 4
- Width = 141
- Height = 23
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial Unicode MS'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = OneIdentitySettingChange
- end
- object ReplyTo: TTntEdit
- Left = 208
- Top = 108
- Width = 245
- Height = 21
- TabOrder = 6
- OnChange = OneIdentitySettingChange
- end
- object DefaultStandardHeadersCB: TTntComboBox
- Left = 132
- Top = 140
- Width = 157
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 7
- OnChange = DefaultStandardHeadersCBChange
- Items.WideStrings = (
- '__Archive'
- '__Keywords'
- '__Summary'
- '__Expires'
- '__Approved'
- '__CC'
- '__BCC'
- '__Distribution')
- end
- object DefaultStandardHeadersContent: TTntEdit
- Left = 304
- Top = 140
- Width = 153
- Height = 21
- TabOrder = 8
- OnChange = DefaultStandardHeadersContentChange
- end
- end
- object TabSheet1: TTntTabSheet
- Caption = 'Attribution lines'
- ImageIndex = 3
- object Label39: TTntLabel
- Left = 10
- Top = 8
- Width = 88
- Height = 13
- Caption = 'Follo&w-ups to post:'
- FocusControl = replyusenetintro
- end
- object Label40: TTntLabel
- Left = 10
- Top = 32
- Width = 106
- Height = 13
- Caption = '&Reply to post by email:'
- FocusControl = replyemailintro
- end
- object Label41: TTntLabel
- Left = 10
- Top = 80
- Width = 41
- Height = 13
- Caption = '&Forward:'
- FocusControl = forwardtoemailbyemailintro
- end
- object Label43: TTntLabel
- Left = 10
- Top = 56
- Width = 110
- Height = 13
- Caption = 'Repl&y to email by email:'
- FocusControl = replytoemailbyemailintro
- end
- object Label44: TTntLabel
- Left = -38
- Top = 112
- Width = 132
- Height = 13
- Caption = 'Forward email by e&mail intro:'
- Visible = False
- end
- object Label46: TTntLabel
- Left = 10
- Top = 200
- Width = 58
- Height = 13
- Caption = 'Date format:'
- end
- object DateFormat: TTntEdit
- Left = 180
- Top = 196
- Width = 282
- Height = 21
- TabOrder = 0
- OnChange = OneIdentitySettingChange
- end
- object replyusenetintro: TTntEdit
- Left = 180
- Top = 4
- Width = 282
- Height = 21
- TabOrder = 1
- OnChange = OneIdentitySettingChange
- end
- object replyemailintro: TTntEdit
- Left = 180
- Top = 28
- Width = 282
- Height = 21
- TabOrder = 2
- OnChange = OneIdentitySettingChange
- end
- object replytoemailbyemailintro: TTntEdit
- Left = 180
- Top = 52
- Width = 282
- Height = 21
- TabOrder = 3
- OnChange = OneIdentitySettingChange
- end
- object forwardtoemailbyemailintro: TTntEdit
- Left = 180
- Top = 76
- Width = 282
- Height = 21
- TabOrder = 4
- OnChange = OneIdentitySettingChange
- end
- object forwardintro: TTntEdit
- Left = -184
- Top = 124
- Width = 310
- Height = 21
- TabOrder = 5
- Text = 'forwardintro'
- Visible = False
- end
- object AttrLineHelp: TTntMemo
- Left = 180
- Top = 100
- Width = 281
- Height = 89
- Color = clBtnFace
- Lines.WideStrings = (
- 'You can use these variables:'
- ''
- '%date%'
- '%references%'
- '%message-id%'
- '%from%'
- '%newsgroups%'
- '%path%'
- '%organization%'
- '%lines%'
- '%replyto%'
- '%full-name%'
- '%to%'
- '\n'
- '\t')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 6
- end
- end
- object TabSheet9: TTntTabSheet
- Caption = 'POP3 (Incoming email)'
- ImageIndex = 2
- object Label14: TTntLabel
- Left = 8
- Top = 12
- Width = 25
- Height = 13
- Caption = 'Host:'
- end
- object Label17: TTntLabel
- Left = 8
- Top = 36
- Width = 22
- Height = 13
- Caption = 'Port:'
- end
- object Label15: TTntLabel
- Left = 8
- Top = 84
- Width = 51
- Height = 13
- Caption = 'Username:'
- end
- object Label16: TTntLabel
- Left = 8
- Top = 108
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object TntLabel1: TTntLabel
- Left = 8
- Top = 60
- Width = 71
- Height = 13
- Caption = 'Authentication:'
- end
- object POPHost: TTntEdit
- Left = 96
- Top = 4
- Width = 141
- Height = 21
- TabOrder = 0
- OnChange = OneIdentitySettingChange
- end
- object POPUsername: TTntEdit
- Left = 96
- Top = 76
- Width = 141
- Height = 21
- TabOrder = 4
- OnChange = OneIdentitySettingChange
- end
- object PopPassword: TTntEdit
- Left = 96
- Top = 100
- Width = 141
- Height = 21
- PasswordChar = '*'
- TabOrder = 5
- OnChange = OneIdentitySettingChange
- end
- object POPDelete: TtntAutoSizeCheckBox
- Left = 8
- Top = 132
- Width = 258
- Height = 17
- Caption = 'Delete mails on server once successfully retrieved'
- TabOrder = 6
- OnClick = OneIdentitySettingChange
- end
- object ExcemptCB: TtntAutoSizeCheckBox
- Left = 8
- Top = 164
- Width = 283
- Height = 17
- Caption = 'Exempt from check when checking mail for all identities'
- TabOrder = 7
- OnClick = OneIdentitySettingChange
- end
- object SSLcb: TtntAutoSizeCheckBox
- Left = 193
- Top = 32
- Width = 43
- Height = 17
- Hint = 'Default port for POP3 (SSL) is 995'
- Caption = 'SSL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = OneIdentitySettingChange
- end
- object AuthPOPCB: TTntComboBox
- Left = 96
- Top = 52
- Width = 141
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = OneIdentitySettingChange
- Items.WideStrings = (
- 'Automatic'
- 'Login'
- 'APOP'
- 'Cram-MD5'
- 'Cram-SHA1'
- 'Digest-MD5')
- end
- object MMTNTBItBtn1: TMMTNTBItBtn
- Left = 12
- Top = 202
- Width = 269
- Height = 25
- Caption = 'Delete UIDs of read messages'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- OnClick = MMTNTBItBtn1Click
- end
- object POPOnlyUnread: TtntAutoSizeCheckBox
- Left = 8
- Top = 148
- Width = 150
- Height = 17
- Caption = 'Only download unread mail'
- TabOrder = 9
- OnClick = OneIdentitySettingChange
- end
- object POPPort: tMMjvspinedit
- Left = 96
- Top = 28
- Width = 73
- Height = 21
- Cursor = crIBeam
- MaxValue = 1000000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 1.000000000000000000
- TabOrder = 1
- OnChange = OneIdentitySettingChange
- end
- end
- object TabSheet8: TTntTabSheet
- Caption = 'SMTP (Outgoing email)'
- ImageIndex = 1
- object PageControl2: TTntPageControl
- Left = 0
- Top = 0
- Width = 477
- Height = 265
- ActivePage = TabSheet2
- Align = alClient
- HotTrack = True
- TabOrder = 0
- TabPosition = tpBottom
- object TabSheet2: TTntTabSheet
- Caption = 'Basic SMTP settings'
- object Label10: TTntLabel
- Left = 8
- Top = 12
- Width = 25
- Height = 13
- Caption = 'Host:'
- end
- object Label13: TTntLabel
- Left = 272
- Top = 12
- Width = 22
- Height = 13
- Caption = 'Port:'
- end
- object TntLabel2: TTntLabel
- Left = 8
- Top = 44
- Width = 71
- Height = 13
- Caption = 'Authentication:'
- end
- object SMTPHost: TTntEdit
- Left = 48
- Top = 4
- Width = 201
- Height = 21
- TabOrder = 0
- OnChange = OneIdentitySettingChange
- end
- object SSLSMTPcb: TtntAutoSizeCheckBox
- Left = 413
- Top = 6
- Width = 43
- Height = 17
- Caption = 'SSL'
- TabOrder = 2
- OnClick = OneIdentitySettingChange
- end
- object AuthSMTPCB: TTntComboBox
- Left = 96
- Top = 36
- Width = 153
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = AuthSMTPCBChange
- Items.WideStrings = (
- 'Automatic'
- 'None'
- 'Login'
- 'POP3 connection before SMTP'
- 'Cram-MD5'
- 'Cram-SHA1'
- 'Digest-MD5')
- end
- object UsernamePasswordPanel: TPanel
- Left = 8
- Top = 64
- Width = 457
- Height = 89
- BevelOuter = bvNone
- TabOrder = 4
- Visible = False
- object Label11: TTntLabel
- Left = 0
- Top = 14
- Width = 51
- Height = 13
- Caption = 'Username:'
- end
- object Label12: TTntLabel
- Left = 0
- Top = 46
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object SMTPUsername: TTntEdit
- Left = 88
- Top = 8
- Width = 153
- Height = 21
- TabOrder = 0
- OnChange = OneIdentitySettingChange
- end
- object SMTPPassword: TTntEdit
- Left = 88
- Top = 40
- Width = 153
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- OnChange = OneIdentitySettingChange
- end
- end
- object SMTPthroughPOP3Panel: TPanel
- Left = 8
- Top = 64
- Width = 465
- Height = 177
- BevelOuter = bvNone
- TabOrder = 5
- Visible = False
- object Label28: TTntLabel
- Left = 168
- Top = 10
- Width = 36
- Height = 13
- Caption = 'minutes'
- end
- object Label29: TTntLabel
- Left = 24
- Top = 80
- Width = 25
- Height = 13
- Caption = 'Host:'
- end
- object Label30: TTntLabel
- Left = 264
- Top = 80
- Width = 22
- Height = 13
- Caption = 'Port:'
- end
- object Label31: TTntLabel
- Left = 24
- Top = 131
- Width = 51
- Height = 13
- Caption = 'Username:'
- end
- object Label32: TTntLabel
- Left = 24
- Top = 156
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object TntLabel3: TTntLabel
- Left = 24
- Top = 106
- Width = 71
- Height = 13
- Caption = 'Authentication:'
- end
- object SMTPLoginAfterPopLabel: TTntLabel
- Left = 0
- Top = 10
- Width = 132
- Height = 13
- Caption = 'Authenticate to POP3 every'
- end
- object POPUseDefaultForSMTP: TTntRadioButton
- Left = 4
- Top = 34
- Width = 429
- Height = 17
- Caption = 'Use standard POP3 from this identity'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = POPUseDefaultForSMTPClick
- end
- object POPUseThispopSMTP: TTntRadioButton
- Left = 4
- Top = 54
- Width = 189
- Height = 17
- Caption = 'Use...'
- TabOrder = 1
- OnClick = POPUseDefaultForSMTPClick
- end
- object POPHostSMTP: TTntEdit
- Left = 104
- Top = 72
- Width = 137
- Height = 21
- TabOrder = 3
- OnChange = OneIdentitySettingChange
- end
- object SSLpopforSMTPCB: TtntAutoSizeCheckBox
- Left = 389
- Top = 77
- Width = 43
- Height = 17
- Hint = 'Default port for POP3 (SSL) is 995'
- Caption = 'SSL'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = OneIdentitySettingChange
- end
- object POPPasswordSMTP: TTntEdit
- Left = 104
- Top = 148
- Width = 137
- Height = 21
- PasswordChar = '*'
- TabOrder = 6
- OnChange = OneIdentitySettingChange
- end
- object POPUsernameSMTP: TTntEdit
- Left = 104
- Top = 123
- Width = 137
- Height = 21
- TabOrder = 7
- OnChange = OneIdentitySettingChange
- end
- object AuthPOPforSMTPCB: TTntComboBox
- Left = 104
- Top = 98
- Width = 137
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- OnChange = OneIdentitySettingChange
- Items.WideStrings = (
- 'Automatic'
- 'Login'
- 'APOP'
- 'Cram-MD5'
- 'Cram-SHA1'
- 'Digest-MD5')
- end
- object POP3Authenticationtimeout: tMMjvspinedit
- Left = 124
- Top = 6
- Width = 57
- Height = 21
- Cursor = crIBeam
- MaxValue = 1000000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 1.000000000000000000
- TabOrder = 2
- OnChange = OneIdentitySettingChange
- end
- object POPPortSMTP: tMMjvspinedit
- Left = 304
- Top = 72
- Width = 57
- Height = 21
- Cursor = crIBeam
- MaxValue = 1000000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 1.000000000000000000
- TabOrder = 4
- OnChange = OneIdentitySettingChange
- end
- end
- object SMTPPort: tMMjvspinedit
- Left = 344
- Top = 4
- Width = 57
- Height = 21
- Cursor = crIBeam
- MaxValue = 100000.000000000000000000
- MinValue = 1.000000000000000000
- Value = 1.000000000000000000
- TabOrder = 1
- OnChange = OneIdentitySettingChange
- end
- end
- object TabSheet3: TTntTabSheet
- Caption = 'Advanced SMTP settings'
- ImageIndex = 1
- object Beveles19: TBevelesU
- Left = 12
- Top = 104
- Width = 445
- Height = 117
- Shape = bsFrame
- Caption = 'Direct email delivery'
- BorderWidth = 0
- end
- object Label48: TTntLabel
- Left = 24
- Top = 156
- Width = 169
- Height = 13
- Caption = 'Domain name server for MX lookup:'
- end
- object Label18: TTntLabel
- Left = 12
- Top = 40
- Width = 127
- Height = 13
- Caption = 'SMTP HELO identification:'
- end
- object Label20: TTntLabel
- Left = 236
- Top = 60
- Width = 221
- Height = 45
- AutoSize = False
- Caption = '(If this is empty the local computer name is used)'
- WordWrap = True
- end
- object Label21: TTntLabel
- Left = 236
- Top = 172
- Width = 181
- Height = 45
- AutoSize = False
- Caption =
- '(If this is empty, Dialog will try to determine a DNS automatica' +
- 'lly, but might fail.)'
- WordWrap = True
- end
- object SMTPUseMX: TtntAutoSizeCheckBox
- Left = 24
- Top = 128
- Width = 351
- Height = 17
- Caption =
- 'Try to send emails through SMTP server(s) from recipients MX rec' +
- 'ords'
- TabOrder = 0
- OnClick = OneIdentitySettingChange
- end
- object SMTPMXDNS: TTntEdit
- Left = 236
- Top = 148
- Width = 181
- Height = 21
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnChange = OneIdentitySettingChange
- end
- object SMTPHELO: TTntEdit
- Left = 236
- Top = 32
- Width = 221
- Height = 21
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnChange = OneIdentitySettingChange
- end
- object SMTPCopyToFolderCBox: TtntAutoSizeCheckBox
- Left = 8
- Top = 8
- Width = 199
- Height = 17
- Caption = 'Create a copy of sent emails in folder:'
- TabOrder = 3
- OnClick = OneIdentitySettingChange
- end
- object SMTPCopyToFolder: TTntComboBox
- Left = 236
- Top = 4
- Width = 221
- Height = 21
- AutoComplete = False
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 4
- OnChange = SMTPCopyToFolderChange
- end
- end
- end
- end
- end
- object IdentitiesCloneBtn: TMMTNTBItBtn
- Left = 380
- Top = 2
- Width = 85
- Height = 25
- Caption = 'C&lone'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = IdentitiesNewBtnClick
- end
- end
- object SignatureTab: TTntTabSheet
- Caption = 'Signatures'
- ImageIndex = 4
- TabVisible = False
- object Label6: TTntLabel
- Left = 8
- Top = 0
- Width = 97
- Height = 13
- Caption = 'Available signatures:'
- end
- object Label7: TTntLabel
- Left = 8
- Top = 128
- Width = 91
- Height = 13
- Caption = 'Selected signature:'
- end
- object Label42: TTntLabel
- Left = 12
- Top = 252
- Width = 469
- Height = 105
- AutoSize = False
- Caption =
- 'You can use the following variables in signatures:'#13#10'%date%'#9#9#9'Ins' +
- 'erts the curent date and time.'#13#10'%file:[filename]%'#9#9'E.g. %file:C:' +
- '\dynamicsig.txt% inserts the contents of this file.'#13#10'%randomsig:' +
- '[filename]%'#9'E.g. %randomsig:C:\randsigs.txt% inserts a random si' +
- 'g. from this file'#13#10#13#10'Signatures in a random signature file need ' +
- 'to be delimited with a line holding "%".'
- WordWrap = True
- end
- object SignatureLB: TTntListBox
- Left = 8
- Top = 16
- Width = 197
- Height = 105
- ItemHeight = 13
- TabOrder = 0
- OnClick = SignatureLBClick
- end
- object SignatureNewBtn: TMMTNTBItBtn
- Left = 208
- Top = 20
- Width = 75
- Height = 25
- Caption = ' New'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = SignatureNewBtnClick
- end
- object SignatureDelBtn: TMMTNTBItBtn
- Left = 208
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Delete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = SignatureDelBtnClick
- end
- object SignatureRenameBtn: TMMTNTBItBtn
- Left = 208
- Top = 76
- Width = 75
- Height = 25
- Caption = 'Rename'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = SignatureRenameBtnClick
- end
- object SignaturePM: TPlusMemoU
- Left = 8
- Top = 144
- Width = 473
- Height = 85
- Cursor = crIBeam
- Alignment = taLeftJustify
- ScrollBars = ssVertical
- WordWrap = False
- OnChange = SignaturePMChange
- AltFont.Charset = DEFAULT_CHARSET
- AltFont.Color = clWindowText
- AltFont.Height = -11
- AltFont.Name = 'MS Sans Serif'
- AltFont.Style = []
- CaretWidth = 1
- ColumnWrap = 0
- DisplayOnly = False
- EnableHotKeys = False
- EndOfTextMark.Color = clRed
- EndOfTextMark.Style = psClear
- Justified = False
- LineHeight = 0
- Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoAutoScrollBars]
- Overwrite = False
- RightLinePen.Color = clGray
- RightLinePen.Style = psDot
- ScrollTime = 0
- SelBackColor = clHighlight
- SelTextColor = clHighlightText
- Separators = #9#10#13' $%&,./:;<=>'
- SpecUnderline.Color = clRed
- UpdateMode = umImmediate
- Version = 'v6.3a Professional ed.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial Unicode MS'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- TabStop = True
- OnKeyDown = SignaturePMKeyDown
- end
- object SigMonospaced: TtntAutoSizeCheckBox
- Left = 372
- Top = 232
- Width = 114
- Height = 17
- Caption = 'Show monospaced'
- TabOrder = 5
- OnClick = SigMonospacedClick
- end
- end
- object XHeaderTab: TTntTabSheet
- Caption = 'X-Headers'
- ImageIndex = 1
- TabVisible = False
- object Label1: TTntLabel
- Left = 8
- Top = 0
- Width = 99
- Height = 13
- Caption = 'Available X-Headers:'
- end
- object XHeaders: TTntListBox
- Left = 8
- Top = 16
- Width = 197
- Height = 189
- ItemHeight = 13
- TabOrder = 0
- end
- object XHeaderAdd: TMMTNTBItBtn
- Left = 212
- Top = 16
- Width = 75
- Height = 25
- Caption = 'New '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = XHeaderAddClick
- end
- object XHeaderDelete: TMMTNTBItBtn
- Left = 212
- Top = 44
- Width = 75
- Height = 25
- Caption = 'Delete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = XHeaderDeleteClick
- end
- end
- end
- object Ok: TMMTNTBItBtn
- Left = 456
- Top = 376
- Width = 71
- Height = 25
- Caption = '&OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = OkClick
- end
- object Cancel: TMMTNTBItBtn
- Left = 540
- Top = 376
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = CancelClick
- end
- object CatLB: TTntListBox
- Left = 4
- Top = 8
- Width = 109
- Height = 356
- Style = lbOwnerDrawFixed
- IntegralHeight = True
- ItemHeight = 16
- Items.WideStrings = (
- 'Newsservers'
- 'Identities'
- 'Signatures'
- 'X-Headers')
- TabOrder = 0
- OnClick = CatLBClick
- end
- object Button1: TMMTNTBItBtn
- Left = 8
- Top = 376
- Width = 75
- Height = 25
- Caption = 'Help'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-